Edit Task: DurationIsOverlapRequired
Format
SCHED / EditTask '<TaskName>' DurationIsOverlapRequired <DurationIsOverlapRequired>
Description
The DurationIsOverlapRequired attribute under EditTask determines whether the task is allowed to have time gaps between assignments or if the task's adjacent assignments must overlap. This argument is used in conjunction with DurationOverlap to set the actual overlap duration value. This only applies to tasks with multiple segments.
Parameters
Parameter | Description |
---|---|
DurationIsOverlapRequired | A Boolean value. If the parameter value is set to true then the task requires that it's adjacent assignments must overlap with each other, else there can be time gaps between assignments. If the parameter value is set to true then the task automatically sets its DurationIsMultipleSegmentsAllowed attribute to true. |
Examples
Set a task to require overlaps when switching between resources.
SCHED / EditTask 'Task1' DurationIsOverlapRequired True